home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 52
/
Volume 52 - JOGO DISK .iso
/
Games
/
shopdrop.swf
/
scripts
/
DefineButton2_794
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2007-09-27
|
157b
|
7 lines
on(release){
if(_global.mcRoot.mcStuffHolder.mcPlayer.hitTest(_global.mcRoot._xmouse,_global.mcRoot._ymouse,true))
{
this.resume();
}
}